Uses of Class
org.eclipse.vtp.desktop.editors.core.elements.ApplicationFragmentElement

Packages that use ApplicationFragmentElement
org.eclipse.vtp.desktop.editors.core.elements.properties   
org.eclipse.vtp.desktop.editors.core.impl   
org.eclipse.vtp.desktop.editors.core.model   
 

Uses of ApplicationFragmentElement in org.eclipse.vtp.desktop.editors.core.elements.properties
 

Constructors in org.eclipse.vtp.desktop.editors.core.elements.properties with parameters of type ApplicationFragmentElement
FragmentMissingModelPanel(ApplicationFragmentElement ppe)
          Creates a new LanguageSelectionGeneralPropertiesPanel.
FragmentOutputMappingPanel(ApplicationFragmentElement element, java.util.List<PrimitiveElement> returnElements, java.util.Map<java.lang.String,java.util.List<ApplicationFragmentElement.OutputMapping>> mappings)
           
FragmentVariableMappingPanel(ApplicationFragmentElement element)
           
 

Uses of ApplicationFragmentElement in org.eclipse.vtp.desktop.editors.core.impl
 

Methods in org.eclipse.vtp.desktop.editors.core.impl with parameters of type ApplicationFragmentElement
 RenderedModel ApplicationEditor.addFragment(ApplicationFragmentElement element)
           
 

Uses of ApplicationFragmentElement in org.eclipse.vtp.desktop.editors.core.model
 

Methods in org.eclipse.vtp.desktop.editors.core.model with parameters of type ApplicationFragmentElement
 RenderedModel FragmentContainer.addFragment(ApplicationFragmentElement fragmentElement)